PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFOutlineItem Class
Methods


In This Topic
    PDFOutlineItem Class Members
    In This Topic

    The following tables list the members exposed by PDFOutlineItem.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodAdds a child outline to this outline.  
    Public MethodGets the outline item action.  
    Public MethodGets the color.  
    Public MethodGets the COS outline.  
    Public MethodGets the outline item destination.  
    Public MethodGets the child outline item at the specified index.  
    Public MethodGets the collection of child outline items.  
    Public MethodGets the parent of the outline item.
    This property is null for top level outline items.  
    Public MethodGets the title.  
    Public MethodGets the visual style.  
    Public MethodGets a value indicating the initial state of the outline item.  
    Public MethodSets the outline item action.
    When the action is set to a non-null value, the destination is set to null.  
    Public MethodSets the color.  
    Public MethodSets the outline item destination.
    When the destination is set to a non-null value, the action is set to null.  
    Public MethodSets a value indicating the initial state of the outline item.  
    Public MethodSets the title.  
    Public MethodSets the visual style.  
    Public MethodReturns a string that represents the current Object.  
    Top
    See Also